home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / ScriptX / Code Samples / tapemesr / readme.txt < prev    next >
Encoding:
Text File  |  1996-05-21  |  2.2 KB  |  48 lines  |  [TEXT/ttxt]

  1. This is a brief description of the files related to the tape measure
  2. accessory.  
  3.  
  4. To see the tape measure: Run tapetest.sxt or autofind.sxt
  5.  
  6.    (Note: You can use the tape measure accessory in the AutoFinder demo.
  7.           Simply run autofind.sxt and use Command-Y (mac) or Control-Y
  8.           (Windows) to access the 'Open Accessory' file panel.  Then find
  9.           and open the tape.sxa file.  You could also double click on the 
  10.           tape.sxa file while AutoFinder is running, except it's fullscreen
  11.           and you can't get to the desktop while AutoFinder is running.)
  12.  
  13. To build a new tape measure: Run maketape.sx
  14.  
  15. To build a new tape measure test: Run tapetest.sx
  16.  
  17. File Descriptions:
  18.  
  19.    maketape.sx - Imports the media and creates the tape measure object.
  20.                  Uses tape.sx file.  
  21.                  Creates the tape.sxa accessory container.
  22.    
  23.    tape.sx - Defines the classes necessary to create a Tape Measure.
  24.              Uses the interfac.sxl library container defined in the 
  25.              "codesamp/autofind" folder.
  26.              Creates the tape.sxl library container.
  27.    
  28.    tapetest.sx - Creates a simple test title container which can use the
  29.                  tape measure.
  30.                  Creates the tapetest.sxt title container.
  31.    
  32.    source folder - Contains all the above files.
  33.  
  34.    media folder - Contains the media for the tape measure object.
  35.    
  36.    interfac.sxl - *Copied from "codesamp/autofind" folder*  Defines the 
  37.                   accessory interface module.  This interface can be used 
  38.                   by new titles to allow an interface to the tape measure 
  39.                   accessory.  This file is built with the interfac.sx file
  40.                   located in "codesamp/autofind/source".
  41.                   
  42.                   (Note: This is a copy of the interfac.sxl file in the 
  43.                          "codesamp/autofind" folder.  Due to a bug in how 
  44.                          cross-container references are handled, this file
  45.                          must exist in either theStartDir or the same 
  46.                          directory as tapetest.sxt.  That's why it is a 
  47.                          copy of the one in the autofind folder.)
  48.